home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / msdosram.lbr / RAMDISK.DOC next >
Text File  |  1985-06-03  |  768b  |  20 lines

  1.  
  2. This program is a device driver that creates a RAM disk under DOS 2.0.
  3. The size of the RAM disk is determined by a parameter in the CONFIG.SYS
  4. file.  To use this program, add the following line to your CONFIG.SYS file:
  5.  
  6. DEVICE=[d:][path]RAMDISK.SYS n
  7.  
  8. Where [d:][path] specify the drive and pathname where RAMDISK.SYS can be
  9. found when the system boots, and n is the size of the RAMDISK in kilobytes.
  10. The [d:][path] specification need not be supplied if RAMDISK.SYS is located
  11. in the root directory of your default (system) drive.
  12.  
  13. For example, on a floppy based system with the file RAMDISK.SYS in the root
  14. directory of your DOS disk, you could create an 80K RAM disk with the following
  15. statement in CONFIG.SYS:
  16.  
  17. DEVICE=RAMDISK.SYS 80
  18.  
  19.  
  20.